SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 218 Python
1999-09-26 12:25:06 +00:00
import macfs
fss, ok = macfs.StandardGetFile()
if ok:
import W
W.FrontWindowInsert('"%s"' % fss.as_pathname())